text/template/parse.Tree.newList (method)
5 uses
text/template/parse (current package)
node.go#L88: func (t *Tree) newList(pos Pos) *ListNode {
node.go#L116: n := l.tr.newList(l.Pos)
parse.go#L298: t.Root = t.newList(t.peek().pos)
parse.go#L347: list = t.newList(t.peekNonSpace().pos)
parse.go#L537: elseList = t.newList(next.Position())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)